From: Eli Zaretskii Date: Mon, 29 Dec 2003 12:58:57 +0000 (+0000) Subject: (xml-get-attribute-or-nil): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24692 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1dca7f38ae8f77bbae8b4fbe59fbfaeafbb70721;p=emacs.git (xml-get-attribute-or-nil): Doc fix. --- diff --git a/lisp/xml.el b/lisp/xml.el index 72ffa43dcc9..dbd991f5583 100644 --- a/lisp/xml.el +++ b/lisp/xml.el @@ -106,7 +106,7 @@ CHILD-NAME should be a lower case symbol." (defun xml-get-attribute-or-nil (node attribute) "Get from NODE the value of ATTRIBUTE. -nil is returned if the attribute was not found. +Return `nil' if the attribute was not found. See also `xml-get-attribute'." (when (xml-node-attributes node)